Added dotenv-deployment and rack to the Gemfile

Dominik Sander 11 年之前
父节点
当前提交
a7fae2f457
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      Gemfile

+ 3 - 1
Gemfile

@@ -69,4 +69,6 @@ end
69 69
 
70 70
 group :production do
71 71
   gem 'unicorn'
72
-end
72
+  gem 'dotenv-deployment'
73
+  gem 'rack'
74
+end